@charset "utf-8";
@import url("../css/bootstrap-icons.css");
html,body{MARGIN: 0px;font-size:16px;text-align:left; padding:0px; color:#404040;font-family: "Microsoft YaHei","SimSun","SimHei";min-height: 100%;}
body{ background:#fff;word-wrap: break-word;}
div,ul,li,p,form,dd,dt,dl,h3,h4{ margin:0px; padding:0px; }
img{ border:0px;vertical-align:middle}
li{ list-style:none}
a{ font-size:16px; color:#404040; text-decoration:none;}
a:hover{ font-size:16px; color:#0058AA; text-decoration:none;}
p{ font-size:16px;}
.clearboth{ clear:both;}
.container{clear:both; width:1480px;text-align:left;word-break:break-all; margin-left:auto; margin-right:auto;}
.fl{float: left}
.fr{float: right}



/*header*/
.header{ width:100%; height:76px;background:rgba(255,255,255,1);position: fixed;z-index: 9999; backdrop-filter: blur(2px); box-shadow: 0px 0px 5px rgba(103,100,100,0.5);}
.header::before{ 
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(2px);
  z-index: -1;
  }
.header .container{display: flex; justify-content:space-around; align-items: center; height: 100%; }

.logo{  height: 70px; width: 15%; }
.logo img{height: 100%;}

.header .tel{width:13.5%;padding: 5px 0px 5px 30px; border-radius: 30px; background: url(../images/tel1.png) no-repeat 20px center; text-align: right;}
.header .telp1,.header .telp2 {
   font-size:24px;
   color: #0058AA;
   height: 30px;
   line-height: 30px;
   font-weight: bold
}

.header .headfr{width:7%;padding: 5px 0px 5px 35px; border-radius: 30px;/* background: url(tel1.png) no-repeat 20px center;*/ text-align: right;color: #0058AA;}
.header .headfr i{font-size: 22px; float: left;}
.header .headfr a{display: inline-block;color: #333; font-size: 16px; padding: 0px 2px; margin-top: 3px}
.header .headfr a:hover{color: #0058AA;}

/*menu*/
.menu{
    height: 55px;
    z-index: 5;
    position: relative;
	width: 60%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.menu ul{display: flex; justify-content:space-around; align-items: center; height: 100%;}
.menu ul li{  padding: 0px 20px;  text-align:center; height: 76px; line-height: 76px;transition: all 0.3s;}
.menu ul li a{ display: inline-block; font-size:17px; color: #333; height: 64px; line-height: 64px; transition: all 0.3s;  position: relative;}
.menu ul li a::after{
    content: "";
    position: absolute;
    width: 20%;
    height: 4px;
    margin: 0 auto;
    background: #0058AA;
    opacity: 0;
    bottom: 0px;
    left: 20%;
    border-radius: 10px;
    transition: all 0.3s; 
    transform-origin: center; /* 动画的基点设为中心 */
    transform: scaleX(0); /* 初始状态下横线不可见 */
}
.menu ul li:hover a{color:#0058AA;  }
.menu ul li:hover a::after{opacity: 1; width: 50%;color:#0058AA;  transform: scaleX(1);}

/* .menu dl{background:#1FB75D; opacity: 0; transition: all 0.3s; position: absolute; top: 0px; width: 100px; text-align:center; margin: 0px;}
.menu dl dd{height: 45px; line-height: 45px; font-size: 14px;}
.menu ul li:hover dl{opacity: 1; top: 76px;}
.menu dl dd:hover{background:#FFB42E;} */


/*banner 开始*/

.bannerswiper {}
.bannerswiper .swiper-container {
      width: 100%;
      height: 100%;
    }
 .bannerswiper .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		transform:scale(1.1,1.1);
		}
.bannerswiper	.swiper-slide-active img,.swiper-slide-duplicate-active img{
		transition:6s linear;
		transform:scale(1,1);
		}	
.bannerswiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 40px;}
.bannerswiper .swiper-pagination-bullet{background: #fff;    opacity: 0.6; width:20px; height: 6px; border-radius:5px; }
.bannerswiper .swiper-pagination-bullet-active{background: #0058AA;opacity:1;} 
/*banner结束*/

.index_title{ width:100%; text-align:center; }
.index_title h3{ font-size:36px; font-weight:bold; color:#333; margin: 0px;}
/* .index_title h3 span{ color:#0058AA; } */
.index_title i{font-style: normal; font-size: 16px; color: #0058AA;}
.index_txt{margin: 0px; padding: 0px; text-transform: uppercase; font-size: 16px; color: #666;}

/*floor*/
.first{ width:100%; background:url(../images/probg.png) repeat center center; padding: 50px 0px;}

.yt_tit {
	overflow: hidden;
	text-align: center;
	padding: 0 0 30px 0;
    margin-bottom: 30px;
}
.yt_tit span {
    display: block;
	font-size: 32px;
	color: #333;
    font-weight: bold;
    line-height: 1.8;
}
.yt_tit p {
	display: inline-block;
	position: relative;
	color: #888;
}
.yt_tit p:after, .yt_tit p:before {
	content: "";
	width: 34px;
	height: 2px;
	background: #0058AA;
	position: absolute;
	top: 50%;
    left: 106%;
	margin-top: -1px
}
.yt_tit p:before {
	left: -54px
}


/*产品分类*/
.procate {
	width: 287px;
	background: #fff;
	box-shadow: 0 0 20px #ddd
}
.procate .tit {
	display: block;
	overflow: hidden;
	text-align: center;
	color: #fff;
	padding:46px 0;
    background: -webkit-linear-gradient(right, #0058AA, #0F6FCB);
	background: -moz-linear-gradient(right, #0058AA, #0F6FCB);
	background: -o-linear-gradient(right, #0058AA, #0F6FCB);
	background: linear-gradient(right, #0058AA, #0F6FCB)  
}
.procate .tit span {
	display: block;
	overflow: hidden;
	font-size: 31px;
    font-weight: bold;
}

.procate ul li>a {
	display: block;
	overflow: hidden;
	line-height: 73px;
	padding: 0 0 0 25px;
	background: -webkit-linear-gradient(right, #fff, #f5f5f5);
	background: -moz-linear-gradient(right, #fff, #f5f5f5);
	background: -o-linear-gradient(right, #fff, #f5f5f5);
	background: linear-gradient(right, #fff, #f5f5f5);
	border-bottom: 1px dotted #ddd
}
.procate ul li.on>a, .procate ul li:hover>a {
	background:#0F6FCB;
	color: #fff;
    font-size: 16px;
}

/* .procate .tel {
	height: 109px;
	overflow: hidden;
	padding: 5px 25px
}
.procate .tel li {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px 0 0 0;
	line-height: 1;
	color: #888;
	font-size: 13px
}
.procate .tel li .iconfont {
	font-size: 40px;
	margin-right: 5px;
	color: #ea3516
} */


/*产品展示*/
.pro_r{ width:77%;}
.pro_r .xun ul li {
	float: left;
	width: 359px;
	margin: 0px 30px 28px 0px;
	box-shadow: 0 0 1px #ccc;
	text-align: center;
	background:#fff
}
.pro_r .xun ul li:nth-child(3n+3){margin-right: 0px;}
.pro_r .xun ul li .pic {
    width: 358px;
    height: 269px;
	display:flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
	background: #fff;
    border-bottom: #f5f5f5 solid 1px;
}
.pro_r .xun ul li .pic img {
	max-width: 100%;
	max-height: 269px;
	transition: all .7s;
    transform: scale(1.2);
}
.pro_r .xun ul li:hover .pic img {
    transform: scale(1);
}
.pro_r .xun ul li .ytbt {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top:10px;
    font-size: 18px;
    line-height: 45px;
    padding: 0px 15px;
    font-weight: bold;
    letter-spacing: 1px;
}
.pro_r .xun ul li .ytcs {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
    margin-bottom:20px;
}
.pro_r .xun ul li .ytcs a {
	display: block;
	overflow: hidden;
	font-size:14px;
	margin: 5px 8px;
    border-radius: 20px;
	color: #fff;
	line-height: 30px;
	padding: 0 20px;
    background: #0058AA;
}
.pro_r .xun ul li .ytcs a:last-child {
	background:#FF861A;
}
.pro_r .xun ul li .ytcs a:hover {
	opacity: .8
}


/*服务*/
.adv{ height: 160px; background: #000;margin-top: 20px; background: url("adv.jpg") no-repeat center center;paddding-top: 20px; position: relative}
.adv p{color: #fff; font-size: 20px;padding-top: 42px; line-height:32px}
.adv p span{font-size: 17px;}
.zxzx{position: absolute;display: inline-block; text-align: center; right:20%; top:55px; color: #fff; border: #fff solid 1px; padding: 10px 70px; border-radius: 50px; font-size: 18px;-webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;}
.zxzx:hover{padding: 10px 70px; border-radius: 50px; font-size: 18px; color: #333; background: #fff}


.second{ width:100%; }

/*third*/
.third{ width:100%;   padding: 20px 0px 0px 0px;}
.third .yt_tit{margin-bottom: 0px; margin: 20px 0px;}

/*关于我们*/
.about{ margin-top: 0px; background: url(../images/abbg.jpg) no-repeat center center #0058AA; padding: 60px 0px 80px 0px; }
.about .container{position: relative;}
.title{ height:30px; line-height:30px; }

.abpic{width:810px; float: left;  }
.abpic dl {
    float: left;
    width: 38%; 
    background:rgba(255,255,255,1);
    text-align: center;
    padding: 30px 20px;
    border-radius: 4px;
    box-shadow: 0 3px 29px 0 rgba(191,191,191,.35);
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    margin: 20px 20px 0px 0px;
}
.abpic dl dt .bi{font-size:4em; color: #0058AA;}
.abpic dl dd{font-size: 18px;}

.about_con{position: absolute;width:690px;  padding: 30px 0px 60px 50px;  color: #fff; top: 0px; right: 10px;  border-radius: 20px; overflow: hidden; box-shadow: 0px 0px 10px rgba(103,100,100,0.2);  }
.about_con h3{font-size:22px; margin-bottom: 20px; text-indent: 34px;}
.aboutP{ -webkit-line-clamp: 6;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; overflow: hidden;}
.aboutP p{font-size:17px; line-height: 2.0; }

.abmore{position: relative;max-width: 160px;margin-left: 35px; text-align: center;border: 1px solid rgba(255, 255, 255, 1);transition: all .5s ease;z-index: 1;box-sizing: border-box;overflow: hidden;margin-top: 20px;border-radius: 30px; }
.abmore a{color: #fff;position: relative;z-index: 3;font-size: 14px;line-height:40px;text-align: center;display: block;transition: all .5s ease; }
.abmore:hover{background: #fff;}
.abmore:hover a{color: #1b242b;}
.abmore:after{content:'';position:absolute;bottom:0px;left:0px;width:100%;height:100%;background:#0058AA;border:1px solid #0058AA;z-index:2;transition:all .5s ease;}
.abmore:hover:after{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);}

 .caseSwiper{margin-top:10px;}
 .caseSwiper .swiper-wrapper{padding-bottom:40px;}
 .caseSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;     
}
.caseSwiper .swiper-pagination-bullet{background: #e5e5e5;    opacity: 0.6; width:20px; height: 6px; border-radius:5px; }
.caseSwiper .swiper-pagination-bullet-active{background: #0058AA;opacity:1;} 
.caseSwiper .swiper-button-next, .caseSwiper .swiper-button-prev{top: 40%;}

.caseSwiper .pic{ text-align:center;position: relative; display: flex; justify-content: center; align-items: center; width:344px; height:261px; overflow: hidden; border-radius: 10px;  border: #e5e5e5 solid 1px; background: #F8F8F8;}
.caseSwiper .pic img{ max-width:344px; max-height:261px;  padding:2px;  -webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;transform: scale(1.1)}
.caseSwiper .swiper-slide:hover .pic img{transform: scale(1.2)}

.caseSwiper .pic img.back {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.caseSwiper .pic img.front {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
}

.caseSwiper .title{ line-height:45px; margin-top: 10px; font-size: 17px  }
.caseSwiper .swiper-pagination{bottom: 0px;}



/*新闻中心*/
.fourth{padding: 50px 0px; background: #f7f7f7;}
.news{ margin-top: 0px;}
.newsnav{display: flex; justify-content: center; align-items: center; margin-top: -25px;}
.newsnav a{ background: #0058AA; font-size: 18px; margin:0px 10px; padding: 10px 30px; color: #fff; border-radius: 50px; transition: all 0.3s ease-in-out;}
.newsnav a:hover{background: #FF861A;}

.news-con{width:100%;margin-top:50px;overflow:hidden}
.newsconl{width:48%;float:left;height:auto;overflow:hidden;padding-right:10px}
.newsconl .img{width:100%;height:456px;overflow:hidden}
.newsconl .img img{width:100%;height:100%;object-fit:cover;transition:all .4s ease-out}
.newsconl:hover .img img{transform:scale(1.1)}
.newsconl .newstext{width:92%;background:#fff;padding:29px;position:relative}
.newsconl .newstext h5{font-size:18px;color:#444;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;height:30px;line-height:30px;transition:all .4s ease-out; width: 80%; margin: 0px;}
.newsconl .newstext p{font-size:16px;color:#999;line-height:26px;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2; width: 80%; margin: 0px; margin-top: 15px;}
.newsconl:hover .newstext h5{color:#0058AA}
.news-time{width:90px;height:80px;background-color:#0058AA;padding:8px;font-size:38px;color:#fff;text-align:center;position:absolute;right:30px;top:30px}
.news-time span{display:block;font-size:12px;color:#fff;text-align:center}

.newsconr{width:50%;float:left;padding-left:10px;overflow:hidden}
.newsconr ul li{width:92%;height:auto;margin-bottom:5px;background:#fff;padding:27px 28px;overflow:hidden}
.newsconr ul li:last-child{margin-bottom: 0px;}
.newsconr ul li .newstext{width:66%;float:left;padding-right:30px;overflow:hidden}
.newsconr ul li .newstext h4{font-size:18px;color:#444;height:30px;line-height:30px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transition:all .4s ease-out}
.newsconr ul li .newstext p{font-size:16px;color:#888;line-height:26px;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:15px 0}
.newsconr ul li .newstext span{font-size:14px;color:#999; padding: 0px; margin: 0px;}
.newsconr ul li:hover .newstext h4{color:#0058AA}

.newsconr ul li .img{width:29%;float:right;height:146px;overflow:hidden}
.newsconr ul li .img img{width:100%;height:100%;object-fit:cover;transition:all .4s ease-out}
.newsconr ul li:hover .img img{transform:scale(1.1)}





/*友情链接*/
.links {
	padding: 20px 0;
	font-size: 16px;
}
.links span {
	color: #333;
	font-weight: bold;
	display: inline-block;
}
.links a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	padding-right: 10px;
}
.links a:hover {
	color: #ed8e06;
}

footer{background:#0058AA;color:#848e9f}
footer a:hover{color:#FFF}
footer .container{display:flex;flex-wrap:wrap;justify-content:space-between;padding:3% 0}
footer .ftitem{width:12%}
footer .ftinfo{width:20%}
footer .ftquick{width:16%}
footer .ftpro{width:25%; margin-top: 25px;}
footer .ftlogo{width:auto;max-width:200px}
footer .ftcontact{width:20%}

footer .fttitle{font-size:20px;font-weight:var(--fontblod5);color:#FFF;margin-bottom:15px}
footer .ftlist a{display:inline-block;padding:7px 0px;transition:all 0.1s linear;color:#86BCF2}
footer .ftlist a i{color:#86BCF2;margin-right:15px}
footer .ftquick .ftlist{display:flex;flex-wrap:wrap}
footer .ftquick .ftlist li{width:50%}
footer .ftpro{}
footer .ftpro .ftlist{display:flex;flex-wrap:wrap}
footer .ftpro .ftlist li{width:50%}

footer .ftcontact .fttel{margin-bottom:20px;display:flex;align-items:center}
footer .ftcontact .fttel .bi{color:#86BCF2;font-size:34px; margin-right: 15px;}
footer .ftcontact .fttel .content{flex:1;display:flex;flex-direction:column}
footer .ftcontact .fttel .content span:nth-child(1){font-size:16px;color:#86BCF2}
footer .ftcontact .fttel .content a:nth-child(2){white-space:nowrap;font-size:24px;font-weight:bold;color:#FFF}
footer .ftcontact .item{margin-top:10px;color:#86BCF2}
footer .ftcontact .item a{color:#86BCF2}
footer .ftcontact .item span{color:#86BCF2;margin-right:5px}
footer .ytcopy{text-align:center;font-size:14px;padding:20px 15px;border-top:1px solid rgba(255,255,255,.1);color:#86BCF2;}
footer .ytcopy p{font-size: 14px; line-height:26px;}
footer .ytcopy a{color:#86BCF2;font-size: 14px;}


.wxneiye .container{margin-bottom:50px; margin-top: 50px;}
.nylistnav{background: #fff;box-shadow: 0 0 20px rgba(0,0,0,.05);}
.disflex {display: flex;}
.flex_center {align-items: center;}
.flex1 {flex: 0;flex-grow: 1;}
.wxlnr a{line-height: 60px;padding: 0 25px;font-size: 16px;color: #0058AB; font-size: 24px; font-weight: bold;}
.wxlnr a:hover{color: #0F57D3;}
.wxlnr a.active{background: #0F57D3;color: #fff;}

.wxlnl{}
.wxlnl img{ margin-right:8px;color: #999;}
.wxlnl a{color: #999;}

.wxnyfr{ width: 78%; float: right;}
.wxnyfr .title_l{text-align: center;}
.wxnyfr .title_l h3{ font-size:32px; color:#23439F; margin: 0px; text-align: center}
.wxnyfr .title_l i {
    font-style: normal;
    display: inline-block;
    width: 60px;
    height: 5px;
    background: #23439F;
    color: #23439F;
    border-radius: 10px;
    margin-bottom: 3px;
}
.wxnyfr .title_l .index_txt{ text-align: center; color: #999; font-size: 16px; font-weight: normal;}

.wxny_con{}
.mt30{margin-top: 30px;}

.wxny_con .lxwm3{background: #F1F6FA!important;}

#pic_column_1 > ul > li{margin-bottom: 20px; margin-top: 0px;}
#productinfo_column_1{margin-top: 0px;}